home *** CD-ROM | disk | FTP | other *** search
- Path: news.mtu.edu!not-for-mail
- From: babucher@mtu.edu (Brian A. Bucher)
- Newsgroups: comp.lang.c++
- Subject: random number in C++
- Date: 31 Jan 1996 14:47:15 -0500
- Organization: Michigan Technological University
- Message-ID: <4eoh03$6jb@pacemaker.cts>
- NNTP-Posting-Host: pacemaker.cts.mtu.edu
- X-Newsreader: TIN [version 1.2 PL1]
-
-
- Is there _ANY_ way to get a truly random number in a C++ program?
- rand and srand do not generate random numbers, they generate
- pseudo-random numbers, which is what I don't need.
-
- Thanks,
- Boo
-